DELETE /manage/v2/meters/labels/{id|name}

Summary

This resource address deletes the named label.

Response

Upon success, MarkLogic Server returns status code 200 (OK).

Required Privileges

This operation requires the manage-admin role, or the following privilege:

http://marklogic.com/xdmp/privileges/manage-admin

Example


curl -X DELETE --digest -u admin:password \
     http://localhost:8002/manage/v2/meters/labels/3108808182876923314

==> Deletes the 3108808182876923314 label from MarkLogic Server.
    
Powered by MarkLogic Server | Terms of Use | Privacy Policy